@charset"utf-8";
.head .top{
    background: #F1F1F1;
    height: 30px;
}

.head .top .fl p{
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
}

.head .top .fl span{
    display: inline-block;
    margin-left: 20px;
}

.head .top .fl a{
    font-size: 12px;
    color: #666;
}

.head .top .fl a:hover{
    text-decoration: underline;
}

.head .top .fr span{
    display: inline-block;
    margin-left: 20px;
    line-height: 30px;
}

.head .top .fr span:hover{
    text-decoration: underline;
    color: #DC2D22;
}

.head .top .fr span img{
    display: inline-block;
    margin-right: 5px;
}

.head .bot{
    height: 80px;
}

.head .bot .logo{
    display: block;
    float: left;
    margin-top: 10px;
}

.head .bot .nav li{
    display: inline-block;
    margin: 0 30px;
    font-size: 16px;
}

.head .bot .nav li a{
    display: block;
    line-height: 40px;
    padding: 15px 0 0;
}

.head .bot .nav li.cur a,
.head .bot .nav li:hover a{
    border-bottom: 3px solid #DC2D22;
}

/* banner */
.banner {
	min-width: 1200px;
	height: 500px;
	position: relative;
}

.banner ul li {
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
	z-index: 10;
}

.banner ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .indicator {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	text-align: center;
	z-index: 20;
}

.banner .indicator a {
	display: inline-block;
	width: 14px;
	height: 14px;
    border-radius: 50%;
    background: #E9E7E7;
	margin: 0 3px;
}

.banner .indicator a.cur {
	background: #EC840B;
}

.banner i{
    position: absolute;
    z-index: 99;
    top: 50%;
    cursor: pointer;
    opacity: 0.6;
}

.banner i.prev{
    left: 5%;
}

.banner i.next{
    right: 5%;
}

.banner i:hover{
    opacity: 1;
}


/* index1 */
.index1{
    margin: 40px 0;
}

.index1 .fl{
    width: 400px;
    height: 280px;
}

.index1 .fl img{
    display: block;
    width: 100%;
}

.index1 .fr{
    width: 755px;
    position: relative;
}

.comTitle h1{
    font-size: 24px;
    color: #db261b;
    font-weight: bold;
    margin-bottom: 6px;
}

.comTitle p{
    color: #c5c1c0;
    text-transform: uppercase;
}

.index1 .fr .more{
    position: absolute;
    top: 13px;
    right: 0;
    color: #999;
    transition: 0.6s;
}

.index1 .fr .more:hover{
    color: #db261b;
    text-decoration: underline;
}

.index1 .fr .info{
    text-indent: 2em;
    line-height: 36px;
    font-size: 16px;
    margin-top: 20px;
}

/* index2 */
.index2{
    margin: 40px 0;
    position: relative;
}

.index2 .comTitle{
    text-align: center;
}

.index2 .tab{
    position: absolute;
    top: 15px;
    right: 0;
}

.index2 .tab span{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 15px;
}

.index2 .tab span.cur{
    border: 1px solid #db261b;
}

.index2 .tab_item{
    position: relative;
}

.index2 .overflow_wrap{
    margin: 0 47px;
    height: 270px;
    overflow: hidden;
    margin-top: 30px;
}

.index2 .overflow_wrap .prBox{
    float: left;
    margin-right: 30px;
}

.index2 .overflow_wrap .prBox .picBox{
    width: 254px;
    height: 219px;
    border: 1px solid #b7b7b7;
    overflow: hidden;
}

.index2 .overflow_wrap .prBox .picBox img{
    display: block;
    width: 254px;
    height: 219px;
    transition: 0.6s;
}

.index2 .overflow_wrap .prBox .picBox:hover img{
    transform: scale(1.1);
}

.index2 .overflow_wrap .prBox span{
    line-height: 44px;
    text-align: center;
}

.index2 .swiper-button-prev{
    background: url(../images/icon_prev.png) no-repeat center;
    margin-top: -44px;
    outline: none;
    left: 0;
}

.index2 .swiper-button-next{
    background: url(../images/icon_next.png) no-repeat center;
    margin-top: -44px;
    outline: none;
    right: 0;
}

/* index3 */
.index3{
    margin: 40px 0 50px;
}

.index3 .fl{
    width: 500px;
    overflow: hidden;
    position: relative;
}

.index3 .fl .move{
    margin-top: 30px;
    position: relative;
    width: 1500px;
}

.index3 .fl .indexNewsWrap{
	float: left;
	position: relative;
}

.index3 .fl .indexNewsWrap img{
    display: block;
    width: 500px;
    height: 400px;
}

.index3 .fl .indexNewsWrap span{
	display: block;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 45px;
	line-height: 36px;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	color: white;
	padding:8px 100px 0 12px;
	font-size: 14px;
}

.index3 .fl .indexNewsWrap span a{ 
    color:#fff;
}

.index3 .fl .indexNewsWrap span a:hover{ 	
    text-decoration: none;
    color: #db261b;
}

.index3 .fl .sq{
	position: absolute;
	z-index: 11;
	bottom: 16px;
	right: 4px;
}

.index3 .fl .sq a{
    border-radius: 100%;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	background-color: #fff;
    cursor: pointer;
}

.index3 .fl .sq .sq_cur{
	background-color: #db261b;
}

.index3 .fl .sq a:hover{
	background-color: #db261b;
}

.index3 .fr{
    width: 650px;
}

.index3 .fr .index_news{
    margin-top: 30px;
    position: relative;
}

.index3 .fr .index_news .row{
    border-bottom: 1px dashed #ccc;
    margin: 0 0 20px;
}

.index3 .fr .index_news .row h1{
    font-size: 18px;
    color: #333;
}

.index3 .fr .index_news .row:hover h1{
    color: #DC2D22;
}

.index3 .fr .index_news .row p{
    text-indent: 2em;
    line-height: 24px;
    margin: 10px 0 20px;
}

.index3 .fr .more{
    position: absolute;
    bottom: -40px;
    right: 0;
    color: #db261b;
    transition: 0.6s;
}

.index3 .fr .more:hover{
    text-decoration: underline;
}

/* footer */
.footer{
    background: #292C33;
    height: 100px;
    padding-top: 25px;
}

.footer .container{
    position: relative;
}

.footer .row{
    text-align: center;
}

.footer .row span{
    display: inline-block;
    margin: 0 15px 15px 0;
    color: white;
}

.footer .qccode{
    position: absolute;
    width: 76px;
    top: -12px;
    right: 0;
}

.footer .qccode img{
    display: block;
    width: 100%;
}

/* 内页 */
/* 关于我们 */
.banner_inner img{
    display: block;
    width: 100%;
}

.inner{
    margin: 40px auto;
}

.left_nav{
    float: left;
    width: 254px;
}

.left_nav .title{
    background: url(../images/title_bg.png) no-repeat center;
    background-size: cover;
    width: 254px;
    height: 98px;
    padding: 15px 50px;
}

.left_nav .title h1{
    font-size: 30px;
    color: white;
}

.left_nav .title p{
    color: white;
    font-size: 18px;
    margin-top: 5px;
    text-transform: uppercase;
}

.left_nav .leftNavBg{
    background: #F9F9F9;
    height: 558px;
    padding: 10px 0;
    position: relative;
}

.left_nav .leftNavBg ul li{
    /* padding: 0 0 0 70px; */
    line-height: 44px;
    border-bottom: 1px dashed #D3D3D3;
}

.left_nav .leftNavBg ul li a{
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 70px;
    width: 100%;
    transition: 0.6s;
}

.left_nav .leftNavBg ul li a:before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/jian.png) no-repeat center;
    width: 5px;
    height: 9px;
    top: 19px;
    left: 40px;
}

.left_nav .leftNavBg ul li.cur a,
.left_nav .leftNavBg ul li a:hover{
    color: #db261b;
}

.left_nav .leftNavBg .bot{
    position: absolute;
    bottom: 100px;
    left: 52px;
    width: 150px;
    text-align: center;
}

.left_nav .leftNavBg .bot img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

/* 新闻中心 */
.news_list .row{
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
}

.news_list .row:hover .content .title{
    color: #db261b;
}

.news_list .row .time_wrapper{
    width: 80px;
    padding: 10px 0;
    text-align: center;
    background: #F5F5F5;
    margin-right: 30px;
    color: #989898;
    transition: .6s;
}

.news_list .row .time_wrapper .day{
    font-size: 40px;
}

.news_list .row .time_wrapper .day {
    font-size: 40px;
  }
  
.news_list .row .time_wrapper .day .month {
    font-size: 14px;
    margin-top: 10px;
}

.news_list .row .content .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.news_list .row .content .desc {
    text-indent: 28px;
    color: #666;
    line-height: 26px;
}

.news_list .row:hover .time_wrapper{
    background: #db261b;
    color: #f5f5f5;
}

.comMore{
    display: block;
    width: 180px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #db261b;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #db261b;
    margin: 50px auto 0;
}

.comMore:hover{
    background: #db261b;
    color: white;
}

/* 新闻详情 */

.news_show .title{
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.news_show .title h1{
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
    padding: 0 10px;
}

.news_show .title span{
    display: inline-block;
    margin-left: 20px;
}

.news_show_row{
    margin: 30px 0;
}

.news_show .news_show_row p{
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    margin-bottom: 15px;
}

.news_show .news_show_row p img{
   display: block;
    margin: 0 auto;
    max-width: 100%;
}

.page{
    border-top: 1px dashed #ccc;
    padding-top: 40px;
}

.page .row{
    margin-bottom: 18px;
}

.page .row span{
    display: inline-block;
    font-size: 18px;
    color: #666;
    margin-right: 10px;
}

.page .row a:hover{
    color: #db261b;
}

.page .btn_return{   
    float: right;
    border: 1px solid #db261b;
    border-radius: 10px;
}

.page .btn_return{
    width: 128px;
    height: 56px;
    color: #db261b;
    font-size: 18px;
    display: block;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    transition: 0.6s;
}

.page .btn_return:hover{
    background: #db261b;
    color: white;
}

/* 产品中心 */
.product .pro_wrap .box{
    float: left;
    width: 290px;
    margin-right: 22px;
    margin-bottom: 20px;
}

.product .pro_wrap .box:nth-child(3n){
    margin-right: 0;
}

.product .pro_wrap .box .proPic{
    width: 292px;
    height: 252px;
    border: 1px solid #b7b7b7;
    overflow: hidden;
}

.product .pro_wrap .box .proPic img{
    display: block;
    width: 290px;
    height: 250px;
    transition: 0.6s;
}

.product .pro_wrap .box .proPic:hover img{
    transform: scale(1.1);
}

.product .pro_wrap .box .info{
    height: 48px;
}

.product .pro_wrap .box .info p{
    line-height: 48px;
    font-size: 16px;
    text-align: center;
}

/* shop */
.shop.product .pro_wrap .box .proPic{
    width: 290px;
    height: 232px;
    border: none;
}

.shop.product .pro_wrap .box .proPic img{
    width: 290px;
    height: 232px;
}

.shop.product .pro_wrap .box .info{
    height: 36px;
    background: #EDECEC;
}

.shop.product .pro_wrap .box .info p{
    font-size: 14px;
    line-height: 36px;
}

/* contact */
.contact .info .top{
    padding: 0 50px;
    position: relative;
}

.contact .info .top h1{
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}

.contact .info .top p{
    font-size: 16px;
    margin-bottom: 28px;
    margin-left: 5px;
}

.contact .info .top img{
    position: absolute;
    right: 30px;
    top: 65px;
}

/* map */

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#dituContent{
    width: 100%;
    height: 400px;
}

.map{
    margin-top: 40px;
}

.animate-box{
    opacity: 0;
}